home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 2 / Xenosoft 2 (Game collection)(1994).iso / games / ultdomen.arj / DOMAIN / READ.ME < prev    next >
Text File  |  1994-11-21  |  10KB  |  234 lines

  1.  
  2.                         "ULTIMATE DOMAIN" HELP TEXT
  3.                         --------------------------
  4.  
  5.  
  6. Welcome to "Ultimate Domain" Help!  As you are reading this, it is likely 
  7. that you have received an error message when attempting to boot the game, 
  8. and that the message indicated that you do not have enough free Conventional 
  9. memory, Expanded (EMS) memory, or both.  Please note that the "Ultimate 
  10. Domain" program requires 590K free Conventional memory and 1 megabytes of 
  11. free EMS.  Attaining these limits, though not impossible to do, can 
  12. sometimes be tricky.
  13.  
  14. >>>BE SURE TO READ THIS ENTIRE DOCUMENT BEFORE DOING ANYTHING!!!<<<
  15.  
  16.  
  17.                                BASIC MEMORY
  18.                                ------------
  19.  
  20. First, a word abut memory in general.  Most modern computers are shipped 
  21. from the factory with more than 1 megabyte of RAM memory (4 or 8 meg.s is a 
  22. common configuration).  The first meg. is divided into 2 sections known as 
  23. Lower (or Conventional) memory, which is the first 640K of RAM, and High 
  24. memory, which is the remainder of the first meg.  All of the memory above 
  25. the first 1 meg. is called Extended, or XMS, memory.                                           
  26.  
  27. Very sophisticated (and expensive) programs use XMS memory.  CAD programs, 
  28. flight simulators, professional graphics applications, etc., all use XMS 
  29. automatically.  HOWEVER, MOST PROGRAMS THAT YOU BUY COMMERCIALLY DO NOT USE 
  30. XMS MEMORY AUTOMATICALLY.  90% of the software that you buy in stores 
  31. (including ours) operate primarily in the Conventional memory area.  This 
  32. 640K block is also home to your device drivers and related software, 
  33. including DOS, your mouse driver, sound card and graphics card drivers, 
  34. CD-ROM drivers, and so on.  These utilities compete with the programs that 
  35. you run for space in the Lower 640K area.  When everything that's in RAM 
  36. cannot find a home, conflicts (and crashes) occur.
  37.  
  38. Some of this traffic can be alleviated by using a Memory Manager, such as 
  39. the MEMMAKER.EXE that comes with DOS.  These utilities load some of the 
  40. smaller device drivers into High memory.  But there are only a few hundred 
  41. Kilobytes of High memory available, so loading everything that you can there 
  42. could still leave a lot of drivers and utilities in Conventional Memory.
  43.  
  44. If you load environments automatically (like booting straight to Microsoft 
  45. Windows, DOS shell, or a menu program, to name a few), the traffic in the 
  46. Lower 640K gets worse.  To further complicate the matter, the more sound and 
  47. graphic-intensive programs (like ours) use more of the Lower 640K than 
  48. most.  Our "Ultimate Domain" game, for example, requires 590K OF FREE 
  49. CONVENTIONAL MEMORY!  That leaves only 50K for all of those devices that 
  50. cannot load into High memory.
  51.  
  52.  
  53.                          RUNNING THE "ULTIMATE DOMAIN"
  54.                          -----------------------------
  55.  
  56. So what does all of this mean to you?  Two things:
  57.  
  58. 1) NO MATTER HOW MUCH RAM YOU HAVE IN YOUR MACHINE, IN MOST SITUATIONS, YOU 
  59.    HAVE ONLY 640K OF RAM TO WORK WITH.
  60.  
  61. 2) IF YOU WANT TO RUN GRAPHIC AND SOUND-INTENSIVE SOFTWARE, YOU >>MUST!!<< 
  62.    FREE UP ENOUGH CONVENTIONAL MEMORY TO DO SO, OR IT WILL NOT RUN!!!
  63.  
  64.  
  65.  
  66.                                 DOS 6'S MEMMAKER
  67.                                 ----------------
  68.  
  69. There are many ways to go about freeing required memory, depending on your 
  70. situation.  As mentioned above, using a Memory Manager program is a 
  71. straightforward and dependable way to do this.  If you are using DOS 6 or 
  72. higher, you already have a pretty powerful Memory Management tool called 
  73. MEMMAKER.EXE, which you will find in your DOS directory.  Anytime that you 
  74. find yourself short of memory in DOS 6+, do the following:
  75.  
  76. 1) Go to a DOS prompt.
  77.  
  78. 2) Type MEMMAKER, then hit the Enter key.
  79.  
  80. 3) If you need it (and with "Ultimate Domain" you do), answer "Yes" when the 
  81.    program asks you if you will be using programs that require EMS memory.
  82.  
  83. After the computer reboots, get to your DOS prompt.  Then type MEM, and hit 
  84. the Enter key.  Note the amount of FREE CONVENTIONAL and FREE EXPANDED 
  85. (EMS); these should be 590K+ and 1024K+, respectively.
  86.  
  87.  
  88.  
  89.                            THIRD PARTY MEMORY MANAGERS
  90.                            ---------------------------
  91.  
  92. If they are not, or you do not have DOS 6, you might consider purchasing a 
  93. professional Memory Manager like Quarterdeck's Expanded Memory Manager 
  94. (QEMM).  These utilities are the finest and most sophisticated way to 
  95. control memory in all situations, are very easy to use.  They do, of course, 
  96. require you to purchase an additional piece of software.  Please note that 
  97. as the computer industry moves toward more sound and graphic-intensive 
  98. products (Multimedia), that more and more software that you purchase will 
  99. require large amounts of free conventional memory, as well as some amount of 
  100. available EMS.  In other words, purchasing a professional Memory Manger is a 
  101. good bet for your computing future.
  102.  
  103.  
  104.  
  105.                                    BOOT DISKS
  106.                                    ----------
  107.  
  108. The final way to free up memory is to create a Boot Disk.  A Boot Disk is a 
  109. disk that runs the computer from a floppy drive, loading only the bare 
  110. essentials for running the program in question.  A Boot Disk for Ultimate 
  111. Domain would include a driver for your mouse, the memory manager that loads 
  112. the mouse driver high, and the basic system configuration information that 
  113. is always necessary to run your computer.
  114.  
  115. To create a Boot Disk, put a blank disk into floppy drive A:.  
  116. Then type the following:
  117.  
  118. FORMAT /S A:
  119.  
  120. Then hit the Enter key.
  121.  
  122. Next, you will want to copy two files to this disk: AUTOEXEC.BAT and CONFIG.
  123. SYS.  AUTOEXEC.BAT is the file that automatically launches utilities that 
  124. contribute to running your system; CONFIG.SYS is the file that configures 
  125. that basics of your system.  to copy these files, do type the following:
  126.  
  127. COPY C:\AUTOEXEC.BAT A:\
  128.  
  129. Then hit the Enter key.  Then type:
  130.  
  131. COPY C:\CONFIG.SYS A:\
  132.  
  133. Then hit the Enter key again.
  134.  
  135. The next important step is to Edit these files in order to remove all 
  136. utilities and programs that are not necessary to the Ultimate Domain game.  
  137. To Edit AUTOEXEC.BAT, type the following:
  138.  
  139. EDIT A:\AUTOEXEC.BAT
  140.  
  141. Then hit the Enter key.  A blue screen containing batch file information 
  142. will come up.  You can edit this information by moving the cursor to a line, 
  143. using the Delete key to delete unwanted text, and the Insert key to add to or 
  144. overwrite existing text.  You will DELETE all but the following lines, with 
  145. one exception.
  146.  
  147. @ECHO OFF
  148. PROMPT=$P$G
  149. PATH=C:\;C:\DOS
  150. SET TEMP=DOS
  151.  
  152. *NOTE: IF THE LINES IN YOUR AUTOEXEC.BAT DO NOT READ >>>EXACTLY<<< AS THE 
  153. ABOVE, MODIFY THEM SO THAT THEY DO!!!
  154.  
  155. The one exception is your MOUSE driver.  If there is a line in your AUTOEXEC.
  156. BAT file for your mouse, it should be relatively obvious to you.  It will 
  157. have a file ending in .BAT, .EXE, or .COM which contains either the word 
  158. MOUSE, or a an abbreviated name of the company that makes your mouse.  DO 
  159. NOT DELETE THIS LINE!  If the line does not begin with LH, add the letters 
  160. LH (followed by a space) to the beginning of the line.
  161.  
  162. When you have finished these modifications, pull down the File menu (using 
  163. your mouse or the Alt-F keyboard command) and choose Exit.  You will be 
  164. asked if you want to save the changes to his file; say "yes".
  165.  
  166. Now we will do the same thing to CONFIG.SYS.  Type the following:
  167.  
  168. EDIT A:\CONFIG.SYS
  169.  
  170. Then hit the Enter key.  You'll see the blue screen again, this time with 
  171. lines of DEVICES and such.  Again you will DELETE all but the following 
  172. lines, with TWO exceptions:
  173.  
  174. DEVICE=C:\DOS\HIMEM.SYS
  175. DEVICE=C:\DOS\EMM386.EXE RAM 1024
  176. FILES=20
  177. BUFFERS=10
  178. DOS=HIGH,UMB
  179.  
  180. *NOTE: IF THE LINES IN YOUR CONFIG.SYS DO NOT READ >>>EXACTLY<<< AS THE 
  181. ABOVE, MODIFY THEM SO THAT THEY DO!!!
  182.  
  183. The two exceptions are the MOUSE driver (it might be in either AUTOEXEC.BAT 
  184. or in CONFIG.SYS, depending on the brand and version) and any HARD DRIVE 
  185. COMPRESSION utility that you might be running.  The MOUSE driver will be a .
  186. SYS file containing the word MOUSE, or an abbreviated name of the company 
  187. that makes your mouse.  The HARD DRIVE COMPRESSION utility (if you have one) 
  188. will also be a .SYS file, and will either be DOUBLESPACE (the DOS 6+ 
  189. utility), STACKER or SUPERSTORE (two common third-party utilities), or 
  190. something similar.
  191.  
  192. The line containing either of these types of files will begin with a DEVICE 
  193. statement.  DO NOT DELETE THESE LINES!  If they do begin with the statement: 
  194.  
  195. DEVICE=
  196.  
  197. ...then change them to read:
  198.  
  199. DEVICEHIGH=
  200.  
  201. As before, Exit and Save the changes at this point.
  202.  
  203. Now you have a Boot Disk.  To use it, make sure that it is in the A: drive 
  204. with the drive door closed, and reboot the machine.  To see if it has gotten 
  205. you enough FREE CONVENTIONAL MEMORY and EMS, type the following:
  206.  
  207. MEM
  208.  
  209. Then hit the Enter key.  You must have more than 590K of FREE CONVENTIONAL 
  210. MEMORY and more than 1024K of FREE EMS at this point in order to run the 
  211. game.  If this is not the case, compare all of your work to the instructions 
  212. above to make sure that you didn't mistype anything, reboot, and check MEM 
  213. again.  If it STILL doesn't work (especially if you have the HARD DRIVE 
  214. COMPRESSION utility), then make arrangements to contact our Technical 
  215. Support Department.
  216.  
  217. *NOTE: IF YOU CALL TECH SUPPORT, BE SURE THAT YOU ARE NEXT TO YOUR MACHINE 
  218. AND AT A DOS PROMPT WHEN YOU CALL.  
  219.  
  220.  
  221.  
  222.                       TECHNICAL SUPPORT CONTACT INFORMATION
  223.                       -------------------------------------
  224.  
  225. Here is Technical Support's hours and phone number:
  226.  
  227. (415) 883-5157
  228. 8:30 A.M. to 5 P.M.,
  229. Monday through Friday, Pacific Time.
  230.  
  231. Calling later in the day and later in the week is generally best.
  232.  
  233. Enjoy the game!
  234.